home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / rbbs_pc / master35.zip / MASTER.DOC < prev    next >
Text File  |  1989-01-29  |  10KB  |  232 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.                                  M A S T E R   
  22.                                  version 3.5
  23.                                   (C)  1989
  24.  
  25.                                An RBBS Utility
  26.                                     from
  27.  
  28.                                Thomas  Rollins
  29.                            1817 Fieldcrest Cr.  #7
  30.                            Johnson City, TN. 37604
  31.  
  32.        MASTER (C) 1989 Thomas Rollins                Jan. 24 1989  Page 1
  33.  
  34.  
  35.  
  36.                   MASTER FILE MAKER FOR UPLOADING  version 3.2
  37.  
  38.        MASTER32  is not public domain but is ShareWare.  If you find this 
  39.        program  to  be of value,  please donate $14.00 for the  time  and 
  40.        labors it took to develop this program.  All Registered users will 
  41.        be notified of updates which will be offered for $6.00.
  42.  
  43.        This  program makes a categorized list of a single MASTER.DIR  for 
  44.        upload purposes. 
  45.  
  46.        The  first  time  you run this program you will have  to  run  the 
  47.        configuration  option.  You will only have to run this option  one 
  48.        time  unless you change a directory name,  drive location,  change 
  49.        something in your DIR.CAT file  or if you loose the data file that 
  50.        the configuration option makes (MASTER.DAT).
  51.  
  52.        This  program  assumes that you are using a single FMS file  whose 
  53.        name  is MASTER.DIR.  The configuration program will ask  you  the 
  54.        name  of your Bulletin Board so as to put a personalized header on 
  55.        the  file.  You will then be asked to enter the location  of  your 
  56.        MASTER.DIR,  your  DIR.CAT  file and the name and location of  the 
  57.        file that you wish to be made for your users to download.
  58.  
  59.        This version will read your DIR.CAT file to get the Category Codes 
  60.        and  descriptions  to use in making your categorized  downloadable 
  61.        list of programs offered on your BBS.
  62.  
  63.        Remember  that  the  file that the  configuration  option  created 
  64.        (MASTER.DAT) must be in the same directory as this program.
  65.  
  66.        Also  please  make  sure  that you have no other  commas  in  your 
  67.        DIR.CAT file other than the two that are required:
  68.  
  69.           "<Category name>","<Category Code>","<Category description>"
  70.  
  71.        This  program is meant to read DIR.CAT files that contain a SINGLE 
  72.        category  code  for each description.  Multi code  entries  for  a 
  73.        single description will not work with this program. If you do have 
  74.        a  DIR.CAT  file  that contains multi category  code  entries  per 
  75.        single  description,  simply make a copy of your DIR.CAT file with 
  76.        those lines removed.  You will still get all your files listed but 
  77.        they will only be listed under one code/description. 
  78.  
  79.  
  80.  
  81.                       ------------------------------------
  82.                                    VERSION 2
  83.  
  84.        This  version  update implemented the ability for the  program  to 
  85.        read  your  DIR.CAT  file  directly for  the  Category  Codes  and 
  86.        descriptions  without having to enter them yourself in the  config 
  87.        process.
  88.  
  89.        MASTER (C) 1989 Thomas Rollins                Jan. 24 1989  Page 2
  90.  
  91.  
  92.  
  93.      
  94.                                    VERSION 3
  95.  
  96.        This  version update is by popular request from SysOps that wanted 
  97.        MASTER.EXE to be able to be run during a timed drop to Dos  event. 
  98.        Version  3  has the config part of the program separated from  the 
  99.        main  program.  Now the Master.Exe program may be run without  the 
  100.        need  for  user input thus making it able to run  alone  during  a 
  101.        timed drop to Dos event for RBBS maintenance.
  102.  
  103.  
  104.                                   VERSION 3.1
  105.  
  106.        This  version takes care of a bug reported by Gary Peterson  where 
  107.        the config program would not handle the fact that you may not have 
  108.        a  directory under the drive letter you choose.  Now,  if you want 
  109.        config  to  point to a certain drive but not a directory  on  that 
  110.        drive,  you  simply hit Enter alone when asked for  the  directory 
  111.        name.  Also  with  this version I have added a copy of my  DIR.CAT 
  112.        file and a copy of my MASTER.DAT file for comparison.
  113.  
  114.        The  Config  program also now ask you for the maximum length  that 
  115.        you  chose in your RBBS's config for your  description.  I  forgot 
  116.        that not everyone uses the same length that I do.  Please remember 
  117.        that  this length has to conform to the limits set forth by RBBS's 
  118.        config (40 to 46   no more no less).
  119.  
  120.        Please be sure you have your FMS directory set up as instructed in 
  121.        your RBBS-PC's documentation. Here is a portion of that:
  122.  
  123.           Column              Purpose
  124.           ~~~~~~              ~~~~~~~
  125.            1-13               Filename + extension
  126.           14-22               File size
  127.           24-31               Date in MM-DD-YY format
  128.           34-                 Description + Category Code
  129.  
  130.        Description Length  Columns for Description  Category Code length
  131.        ~~~~~~~~~~~~~~~~~~  ~~~~~~~~~~~~~~~~~~~~~~~  ~~~~~~~~~~~~~~~~~~~~
  132.                40                  34-73                    74-76 
  133.                41                  34-74                    75-77
  134.                42                  34-75                    76-78
  135.                43                  34-76                    77-79
  136.                44                  34-77                    78-80
  137.                45                  34-78                    79-81
  138.                46                  34-79                    80-82
  139.  
  140.        MASTER (C) 1989 Thomas Rollins                Jan. 24 1989  Page 3
  141.  
  142.  
  143.  
  144.  
  145.                                   Version 3.2
  146.  
  147.        Not taking into account that some of you may have MASTER.DIR files 
  148.        that  are of a size much greater than mine,  it has been suggested 
  149.        that  the program keep you informed of it's  progress.  With  some 
  150.        very  large  sized MASTER.DIR files,  this program may take up  to 
  151.        half  hour  to  complete it's task.  Version  3.2  now  keeps  you 
  152.        informed  as  to which category is being prepared and  which  ones 
  153.        have  been  finished.  No longer will you have to wonder  what  is 
  154.        going on.  Thank you Gary Peterson for another fine suggestion.
  155.  
  156.                       -----------------------------------
  157.  
  158.                                         Thomas Rollins
  159.                                         1817 Fieldcrest Cr. #7
  160.                                         Johnson City, Tn  37601
  161.                                         
  162.        Also ask about PLUCK30.  A door program that enables your users to 
  163.        extract  single or multiple files from Archives and download  them 
  164.        as  a  smaller arc.  No longer will your users have to download  a 
  165.        large Archive just to get one or a few files from it.  PLUCK30  is 
  166.        also  ShareWare  and  is offered for $14.00 with  updates  running 
  167.        $6.00
  168.           
  169.  
  170.  
  171.  
  172.  
  173.  
  174.                                                                         
  175.        __________________________________________________________________
  176.        |                                                                |
  177.        |                          WARRANTY                              |
  178.        |                                                                |
  179.        |  MASTER comes with   no warranties, expressed or implied,      |
  180.        |  including, but not limited to, merchantability or fitness     |
  181.        |  for any particular purpose.  In no event shall Thomas Rollins |
  182.        |  be liable for indirect or consequential damages arising from  |
  183.        |  the use of the software programs.                             |
  184.        |________________________________________________________________|
  185.        
  186.  
  187.        MASTER (C) 1989 Thomas Rollins                Jan. 24 1989  Page 4
  188.  
  189.  
  190.  
  191.                           M A S T E R    Registration
  192.  
  193.                                   version 3.5
  194.                                    (C)  1989                
  195.  
  196.                               An  RBBS-PC Utility
  197.                                       from
  198.                                Thomas E. Rollins
  199.                             1817 Fieldcrest Cr.  #7
  200.                             Johnson City, TN. 37604
  201.                     
  202.  
  203.        Please fill out completely:
  204.  
  205.        NAME:   _______________________________________________
  206.  
  207.        ADDRESS:_______________________________________________
  208.        
  209.        _______________________________________________________
  210.  
  211.        _______________________________________________________
  212.  
  213.        CITY,STATE,ZIP:________________________________________ 
  214.  
  215.         
  216.        What version of RBBS are you running:____________________________
  217.                                       
  218.        What type computer is RBBS located on:___________________________
  219.  
  220.        What type Monitor and Monitor card:______________________________
  221.  
  222.        What is the name of your RBBS Board:_____________________________
  223.  
  224.        What is the Board's Phone Number:_(___)__________________________
  225.  
  226.        Is is PC-Pursuitable: ( )yes   ( )No
  227.  
  228.        What are your Boards operating Times:____________________________
  229.  
  230.  
  231.        Comments:
  232.